home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / dtst20.zip / DTST.DOC < prev    next >
Text File  |  1990-05-01  |  2KB  |  56 lines

  1.  
  2. DTST - Yet another disk tester                v2.0 01-May-90
  3. ==============================                (C) 1990 Samuel H. Smith
  4.  
  5. DTST is a small utility that is used to check out your hard disks.  It
  6. has the special ability to report "slow" sectors.  These are sectors
  7. that read properly, but often require retries.  I feel that such sectors
  8. are on the verge of failure and should quickly be locked out before they
  9. cause any harm.
  10.  
  11. DTST consults your FAT and reports if clusters are already marked bad.
  12. You can use another disk utility (such as Norton's NU) to locate any
  13. files using the questionable sectors.  Copy the files to a safe place
  14. and then use "DT" to mark the blocks as "bad".  This will prevent real
  15. trouble before it happens.
  16.  
  17. Use this at your own risk!  I am including source code so you can verify
  18. that it has not been hacked.
  19.  
  20.                                                 Samuel H. Smith
  21.                                                 The Tool Shop
  22.                                                 (602) 279-2673
  23.  
  24. Revision history
  25. ----------------
  26.  
  27. 15-feb-88 v1.0
  28.    Initial coding and release.
  29.  
  30. 21-feb-88 v1.1
  31.    Added two optional parameters to specify the first and last
  32.    sector number to test.
  33.  
  34. 21-may-88 v1.2
  35.    Changed scanning direction.  Consults boot record for information
  36.    needed to calculate cluster numbers.
  37.    
  38. 23-may-88 v1.3
  39.    Fixed the 'slow sector' message, which was broken in the 21-may version.
  40.    Also reduced display activity during testing.
  41.  
  42. 16-jun-88 v1.4
  43.    The FAT is now loaded to determine clusters which are already marked
  44.    as bad.  Added READ/WRITE test.  Initial SourceWare release.
  45.  
  46. 26-jun-88 v1.5
  47.    Directed the non-error track by track status messages to the display
  48.    regardless of where standard output has been redirected.  This removes
  49.    clutter from a logfile if you are running DTST in a batch with output
  50.    redirected to a file.
  51.  
  52. 01-may-90 v2.0
  53.    Added support for DOS 4.0 and partitions over 32meg.
  54.    Added additional error messages when a disk failure is detected.
  55.  
  56.